home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 33 < prev    next >
Internet Message Format  |  1994-08-27  |  2KB

  1. From: "Julian F. Reschke" <julian@gina.uni-muenster.de>
  2. Subject: Re: libraries
  3. Date: Tue, 19 Jan 93 11:17:30 MET DST
  4. In-Reply-To: <9301181714.AA12624@terminator.rs.itd.umich.edu>; from "Michal Jaegermann" at Jan 18, 93 10:12 am
  5. Resent-To: mint@terminator.rs.itd.umich.edu
  6. Resent-Date: Tue, 19 Jan 93 03:46:51 PST
  7. Resent-From: Howard Chu <hyc@hanauma.Jpl.Nasa.Gov>
  8.  
  9. > In response to my proposition for organization of headers/libraries
  10. > to accomodate both MiNT and TOS in a transparent manner Julian Reschke
  11. > writes:
  12. > > This is exactly what I don't want.
  13.  
  14. I think that you didn't understand at all about what I am speaking (no
  15. offense; my problem :-) I want unified (==identical) and compatible 
  16. header files for TOS functions and structures, and I want them with
  17. standardized filenames in standardized locations. I wasn't speaking
  18. of TOS/MiNT differences or stdio considerations at all.
  19.  
  20. > I am sorry, but in that case I do not know what do you want. Maybe we
  21. > can have some examples, please.
  22.  
  23. When using Pure, I have:
  24.  
  25. #include <tos.h>
  26.  
  27. DTA *dta = Fgetdta ();
  28.  
  29.  
  30. With the MiNT include files, I have:
  31.  
  32.  
  33. #include <osbind.h>
  34.  
  35. _DTA *dta = Fgetdta ();
  36.  
  37.  
  38. And so on. Yes, I can resolve all that with conditional includes and
  39. defines, but I really hate that. That's why I propose to make a fresh
  40. start (of course you can continue to use the old header files with
  41. old sources).
  42.  
  43. Note that operating system bindings should be identical, no matter 
  44. which compiler you use.
  45.  
  46. -- 
  47. ________________ cut here _________________________
  48. Julian F. Reschke, Hensenstr. 142, D-W4400 Muenster
  49.   eMail: julian@math.uni-muenster.de, jr@ms.maus.de
  50. ________ correct me if I'm wrong __________________
  51.